Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 446 Bytes

File metadata and controls

18 lines (12 loc) · 446 Bytes

TelegramBotOpenapi::SentWebAppMessage

Properties

Name Type Description Notes
inline_message_id String Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. [optional]

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::SentWebAppMessage.new(
  inline_message_id: null
)