Current section

Files

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

include/telega@model@types_UnbanChatMemberParameters.hrl

-record(unban_chat_member_parameters, {
chat_id :: telega@model@types:int_or_string(),
user_id :: integer(),
only_if_banned :: gleam@option:option(boolean())
}).