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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions