ExGram.Model.ChatMemberOwner (ex_gram v0.55.1)

View Source

Represents a chat member that owns the chat and has all administrator privileges.

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

Summary

Types

t()

@type t() :: %ExGram.Model.ChatMemberOwner{
  custom_title: String.t() | nil,
  is_anonymous: boolean(),
  status: String.t(),
  user: ExGram.Model.User.t()
}

Functions

decode_as()