Current section
Files
Jump to
Current section
Files
include/telega@model@types_EditChatSubscriptionInviteLinkParameters.hrl
-record(edit_chat_subscription_invite_link_parameters, {
chat_id :: telega@model@types:int_or_string(),
invite_link :: binary(),
name :: gleam@option:option(binary())
}).