View Source Telegex.Type.ChatMemberMember (Telegex v1.0.0-rc.6)

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

Link to this section Summary

Link to this section Types

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