class TelegramBot::Message
- TelegramBot::Message
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/message.crConstructors
Instance Method Summary
- #animation : Animation | Nil
- #animation=(animation : Animation | Nil)
- #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=(channel_chat_created : Bool | Nil)
- #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=(delete_chat_photo : Bool | Nil)
- #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_sender_name : String | Nil
- #forward_sender_name=(forward_sender_name : String | Nil)
- #forward_signature : String | Nil
- #forward_signature=(forward_signature : String | Nil)
- #from : User | Nil
- #from=(from : User | Nil)
- #group_chat_created=(group_chat_created : Bool | Nil)
- #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)
- #media_group_id : String | Nil
- #media_group_id=(media_group_id : String | 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=(supergroup_chat_created : Bool | Nil)
- #supergroup_chat_created? : Bool | Nil
- #text : String | Nil
- #text=(text : String | Nil)
- #venue : Venue | Nil
- #venue=(venue : Venue | Nil)
- #via_bot : User | Nil
- #via_bot=(via_bot : User | 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)