Telegex v0.1.0-rc.9 Telegex.Model.ChatMember View Source
Link to this section Summary
Functions
Convert map
data to Elixir.Telegex.Model.ChatMember
.
Unlike struct/2
, this function will convert nested struct fields together.
Link to this section Types
Specs
t() :: %Telegex.Model.ChatMember{ can_add_web_page_previews: boolean() | nil, can_be_edited: boolean() | nil, can_change_info: boolean() | nil, can_delete_messages: boolean() | nil, can_edit_messages: boolean() | nil, can_invite_users: boolean() | nil, can_pin_messages: boolean() | nil, can_post_messages: boolean() | nil, can_promote_members: boolean() | nil, can_restrict_members: boolean() | nil, can_send_media_messages: boolean() | nil, can_send_messages: boolean() | nil, can_send_other_messages: boolean() | nil, can_send_polls: boolean() | nil, custom_title: String.t() | nil, is_member: boolean() | nil, status: String.t(), until_date: integer() | nil, user: Telegex.Model.User.t() }
Link to this section Functions
Convert map
data to Elixir.Telegex.Model.ChatMember
.
Unlike struct/2
, this function will convert nested struct fields together.