Current section
Files
Jump to
Current section
Files
include/telega@model_RestrictChatMemberParameters.hrl
-record(restrict_chat_member_parameters, {
chat_id :: telega@model:int_or_string(),
user_id :: integer(),
permissions :: telega@model:chat_permissions(),
until_date :: gleam@option:option(integer())
}).