agala_telegram v2.5.0 Agala.Provider.Telegram.Model.Message
This object represents a message.
Link to this section Summary
Functions
Alias to c:make/2, used to follow Construct.Type.cast/1 callback
Alias to c:make/2, but raises an Construct.MakeError exception if params have errors
Link to this section Types
Link to this type
t()
t() :: %Agala.Provider.Telegram.Model.Message{document: term(), reply_to_message: term(), left_chat_member: term(), supergroup_chat_created: term(), channel_chat_created: term(), entities: term(), edit_date: term(), message_id: term(), chat: term(), photo: term(), video: term(), audio: term(), forward_from_message_id: term(), video_note: term(), location: term(), text: term(), pinned_message: term(), delete_chat_photo: term(), forward_signature: term(), contact: term(), forward_date: term(), caption_entities: term(), new_chat_title: term(), caption: term(), venue: term(), author_signature: term(), migrate_from_chat_id: term(), date: term(), group_chat_created: term(), forward_from: term(), new_chat_photo: term(), voice: term(), media_group_id: term(), game: term(), forward_from_chat: term(), migrate_to_chat_id: term(), new_chat_members: term(), from: term(), sticker: term()}
Link to this section Functions
Link to this function
cast(params, opts \\ [])
Alias to c:make/2, used to follow Construct.Type.cast/1 callback.
To use this structure as custom type.
Callback implementation for Construct.cast/2.
Link to this function
make(params \\ %{}, opts \\ [])
Alias to Construct.Cast.make/3.
Callback implementation for Construct.make/2.
Link to this function
make!(params \\ %{}, opts \\ [])
Alias to c:make/2, but raises an Construct.MakeError exception if params have errors.
Callback implementation for Construct.make!/2.