ex_gram v0.6.0 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{ forward_from_message_id: integer(), caption: String.t(), caption_entities: [ExGram.Model.MessageEntity.t()], forward_from_chat: ExGram.Model.Chat.t(), game: ExGram.Model.Game.t(), date: integer(), forward_date: integer(), venue: ExGram.Model.Venue.t(), from: ExGram.Model.User.t(), successful_payment: ExGram.Model.SuccessfulPayment.t(), media_group_id: String.t(), new_chat_title: String.t(), left_chat_member: ExGram.Model.User.t(), chat: ExGram.Model.Chat.t(), video_note: ExGram.Model.VideoNote.t(), document: ExGram.Model.Document.t(), connected_website: String.t(), edit_date: integer(), forward_from: ExGram.Model.User.t(), video: ExGram.Model.Video.t(), author_signature: String.t(), audio: ExGram.Model.Audio.t(), invoice: ExGram.Model.Invoice.t(), supergroup_chat_created: boolean(), delete_chat_photo: boolean(), migrate_to_chat_id: integer(), text: String.t(), forward_signature: String.t(), passport_data: ExGram.Model.PassportData.t(), sticker: ExGram.Model.Sticker.t(), entities: [ExGram.Model.MessageEntity.t()], channel_chat_created: boolean(), new_chat_photo: [ExGram.Model.PhotoSize.t()], voice: ExGram.Model.Voice.t(), message_id: integer(), new_chat_members: [ExGram.Model.User.t()], contact: ExGram.Model.Contact.t(), migrate_from_chat_id: integer(), animation: ExGram.Model.Animation.t(), location: ExGram.Model.Location.t(), pinned_message: ExGram.Model.Message.t(), reply_to_message: ExGram.Model.Message.t(), photo: [ExGram.Model.PhotoSize.t()], group_chat_created: boolean() }