Current section

Files

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

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