View Source Telegex.Type.ChatMemberMember (Telegex v1.2.3-dev)
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() }