ChatPermissions constructor
ChatPermissions({})
Implementation
ChatPermissions({
super.extra,
super.client_id,
this.can_send_messages,
this.can_send_media_messages,
this.can_send_polls,
this.can_send_other_messages,
this.can_add_web_page_previews,
this.can_change_info,
this.can_invite_users,
this.can_pin_messages,
this.can_manage_topics,
});