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] |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::BusinessIntro.new(
title: null,
message: null,
sticker: null
)