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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ChatInviteLink{
  creator: ExGram.Model.User.t(),
  expire_date: integer() | nil,
  invite_link: String.t(),
  is_primary: boolean(),
  is_revoked: boolean(),
  member_limit: integer() | nil
}

Link to this section Functions