Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 559 Bytes

BusinessIntro.md

File metadata and controls

22 lines (16 loc) · 559 Bytes

TelegramBotOpenapi::BusinessIntro

Properties

Name Type Description Notes
title String Optional. Title text of the business intro [optional]
message String Optional. Message text of the business intro [optional]
sticker Sticker Optional. Sticker of the business intro [optional]

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BusinessIntro.new(
  title: null,
  message: null,
  sticker: null
)