ExGram.Model.ChatMemberRestricted (ex_gram v0.28.0) View Source

Represents a chat member that is under certain restrictions in the chat. Supergroups only.

Check the documentation of this model in https://core.telegram.org/bots/api#chatmemberrestricted

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ChatMemberRestricted{
  can_add_web_page_previews: boolean(),
  can_change_info: boolean(),
  can_invite_users: boolean(),
  can_pin_messages: boolean(),
  can_send_media_messages: boolean(),
  can_send_messages: boolean(),
  can_send_other_messages: boolean(),
  can_send_polls: boolean(),
  is_member: boolean(),
  status: String.t(),
  until_date: integer(),
  user: ExGram.Model.User.t()
}

Link to this section Functions