ex_gram v0.10.0 ExGram.Model.ChatPermissions View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.ChatPermissions{
  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()
}