Current section
Files
Jump to
Current section
Files
include/telega@model@types_CreateChatSubscriptionInviteLinkParameters.hrl
-record(create_chat_subscription_invite_link_parameters, {
chat_id :: telega@model@types:int_or_string(),
name :: gleam@option:option(binary()),
period :: integer(),
amount :: integer()
}).