Current section

Files

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

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