View Source Telegex.Type.ChatMemberMember (Telegex v1.8.0)
Represents a chat member that has no additional privileges or restrictions.
Summary
Types
@type t() :: %Telegex.Type.ChatMemberMember{ status: String.t(), user: Telegex.Type.User.t() }
Represents a chat member that has no additional privileges or restrictions.
@type t() :: %Telegex.Type.ChatMemberMember{ status: String.t(), user: Telegex.Type.User.t() }