-record(chat_member_administrator, { status :: binary(), user :: telega@model:user(), can_be_edited :: boolean(), is_anonymous :: boolean(), can_manage_chat :: boolean(), can_delete_messages :: boolean(), can_manage_video_chats :: boolean(), can_restrict_members :: boolean(), can_promote_members :: boolean(), can_change_info :: boolean(), can_invite_users :: boolean(), can_post_stories :: boolean(), can_edit_stories :: boolean(), can_delete_stories :: boolean(), can_post_messages :: gleam@option:option(boolean()), can_edit_messages :: gleam@option:option(boolean()), can_pin_messages :: gleam@option:option(boolean()), can_manage_topics :: gleam@option:option(boolean()), custom_title :: gleam@option:option(binary()) }).