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

Represents a chat member that has no additional privileges or restrictions.

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

Summary

Types

@type t() :: %ExGram.Model.ChatMemberMember{
  status: String.t(),
  user: ExGram.Model.User.t()
}

Functions