Current section

Files

Jump to
telega include telega@model_RestrictChatMemberParameters.hrl
Raw

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())
}).