class TelegramBot::Message
- TelegramBot::Message
- Reference
- Object
Defined in:
telegram_bot/types/message.crConstructors
Instance Method Summary
- #audio : Audio | Nil
- #audio=(_audio : Audio | Nil)
- #author_signature : String | Nil
- #author_signature=(_author_signature : String | Nil)
- #caption : String | Nil
- #caption=(_caption : String | Nil)
- #caption_entities : Array(MessageEntity) | Nil
- #caption_entities=(_caption_entities : Array(MessageEntity) | Nil)
- #channel_chat_created : Bool | Nil
- #channel_chat_created=(_channel_chat_created : Bool | Nil)
- #chat : Chat
- #chat=(_chat : Chat)
- #contact : Contact | Nil
- #contact=(_contact : Contact | Nil)
- #date : Int32
- #date=(_date : Int32)
- #delete_chat_photo : Bool | Nil
- #delete_chat_photo=(_delete_chat_photo : Bool | Nil)
- #document : Document | Nil
- #document=(_document : Document | Nil)
- #edit_date : Int32 | Nil
- #edit_date=(_edit_date : Int32 | Nil)
- #entities : Array(MessageEntity) | Nil
- #entities=(_entities : Array(MessageEntity) | Nil)
- #forward_date : Int32 | Nil
- #forward_date=(_forward_date : Int32 | Nil)
- #forward_from : User | Nil
- #forward_from=(_forward_from : User | Nil)
- #forward_from_chat : Chat | Nil
- #forward_from_chat=(_forward_from_chat : Chat | Nil)
- #forward_from_message_id : Int32 | Nil
- #forward_from_message_id=(_forward_from_message_id : Int32 | Nil)
- #forward_signature : String | Nil
- #forward_signature=(_forward_signature : String | Nil)
- #from : User | Nil
- #from=(_from : User | Nil)
- #group_chat_created : Bool | Nil
- #group_chat_created=(_group_chat_created : Bool | Nil)
- #invoice : Invoice | Nil
- #invoice=(_invoice : Invoice | Nil)
- #left_chat_member : User | Nil
- #left_chat_member=(_left_chat_member : User | Nil)
- #location : Location | Nil
- #location=(_location : Location | Nil)
- #message_id : Int32
- #message_id=(_message_id : Int32)
- #migrate_from_chat_id : Int32 | Nil
- #migrate_from_chat_id=(_migrate_from_chat_id : Int32 | Nil)
- #migrate_to_chat_id : Int32 | Nil
- #migrate_to_chat_id=(_migrate_to_chat_id : Int32 | Nil)
- #new_chat_members : Array(User) | Nil
- #new_chat_members=(_new_chat_members : Array(User) | Nil)
- #new_chat_photo : Array(PhotoSize) | Nil
- #new_chat_photo=(_new_chat_photo : Array(PhotoSize) | Nil)
- #new_chat_title : String | Nil
- #new_chat_title=(_new_chat_title : String | Nil)
- #photo : Array(PhotoSize) | Nil
- #photo=(_photo : Array(PhotoSize) | Nil)
- #pinned_message : Message | Nil
- #pinned_message=(_pinned_message : Message | Nil)
- #reply_to_message : Message | Nil
- #reply_to_message=(_reply_to_message : Message | Nil)
- #sticker : Sticker | Nil
- #sticker=(_sticker : Sticker | Nil)
- #successful_payment : SuccessfulPayment | Nil
- #successful_payment=(_successful_payment : SuccessfulPayment | Nil)
- #supergroup_chat_created : Bool | Nil
- #supergroup_chat_created=(_supergroup_chat_created : Bool | Nil)
- #text : String | Nil
- #text=(_text : String | Nil)
- #to_json(json : JSON::Builder)
- #venue : Venue | Nil
- #venue=(_venue : Venue | Nil)
- #video : Video | Nil
- #video=(_video : Video | Nil)
- #video_note : VideoNote | Nil
- #video_note=(_video_note : VideoNote | Nil)
- #voice : Voice | Nil
- #voice=(_voice : Voice | Nil)