-record(chat_member_restricted, { status :: binary(), user :: telega@model: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_change_info :: boolean(), can_invite_users :: boolean(), can_pin_messages :: boolean(), can_manage_topics :: boolean(), until_date :: integer() }).