Current section

Files

Jump to
telega include telega@model@types_ChatMemberRestricted.hrl
Raw

include/telega@model@types_ChatMemberRestricted.hrl

-record(chat_member_restricted, {
status :: binary(),
tag :: gleam@option:option(binary()),
user :: telega@model@types:user(),
is_member :: boolean(),
can_send_messages :: boolean(),
can_send_audios :: boolean(),
can_send_documents :: boolean(),
can_send_photos :: boolean(),
can_send_videos :: boolean(),
can_send_video_notes :: boolean(),
can_send_voice_notes :: boolean(),
can_send_polls :: boolean(),
can_send_other_messages :: boolean(),
can_add_web_page_previews :: boolean(),
can_react_to_messages :: boolean(),
can_edit_tag :: boolean(),
can_change_info :: boolean(),
can_invite_users :: boolean(),
can_pin_messages :: boolean(),
can_manage_topics :: boolean(),
until_date :: integer()
}).