View Source ExGram.Model.ChatInviteLink (ex_gram v0.52.2)

Represents an invite link for a chat.

Check the documentation of this model in https://core.telegram.org/bots/api#chatinvitelink

Summary

Types

@type 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
}

Functions