ex_gram v0.5.0-rc5 ExGram.Model.Message View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %ExGram.Model.Message{ chat: ExGram.Model.Chat.t(), from: ExGram.Model.User.t(), migrate_from_chat_id: integer(), edit_date: integer(), video_note: ExGram.Model.VideoNote.t(), date: integer(), forward_from: ExGram.Model.User.t(), forward_signature: String.t(), migrate_to_chat_id: integer(), pinned_message: ExGram.Model.Message.t(), forward_from_chat: ExGram.Model.Chat.t(), channel_chat_created: boolean(), delete_chat_photo: boolean(), new_chat_title: String.t(), game: ExGram.Model.Game.t(), entities: [ExGram.Model.MessageEntity.t()], group_chat_created: boolean(), left_chat_member: ExGram.Model.User.t(), forward_date: integer(), author_signature: String.t(), venue: ExGram.Model.Venue.t(), forward_from_message_id: integer(), successful_payment: ExGram.Model.SuccessfulPayment.t(), document: ExGram.Model.Document.t(), text: String.t(), sticker: ExGram.Model.Sticker.t(), voice: ExGram.Model.Voice.t(), reply_to_message: ExGram.Model.Message.t(), invoice: ExGram.Model.Invoice.t(), caption_entities: [ExGram.Model.MessageEntity.t()], video: ExGram.Model.Video.t(), location: ExGram.Model.Location.t(), contact: ExGram.Model.Contact.t(), message_id: integer(), supergroup_chat_created: boolean(), new_chat_photo: [ExGram.Model.PhotoSize.t()], audio: ExGram.Model.Audio.t(), new_chat_members: [ExGram.Model.User.t()], caption: String.t(), photo: [ExGram.Model.PhotoSize.t()] }