ExGram.Model.ChatInviteLink (ex_gram v0.40.0) View Source
Represents an invite link for a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#chatinvitelink
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatInviteLink{
creates_join_request: boolean(),
creator: ExGram.Model.User.t(),
expire_date: integer() | nil,
invite_link: String.t(),
is_primary: boolean(),
is_revoked: boolean(),
member_limit: integer() | nil,
name: String.t() | nil,
pending_join_request_count: integer() | nil
}