ChatMemberMember#

class aiogram.types.chat_member_member.ChatMemberMember(*, status: ~typing.Literal[<ChatMemberStatus.MEMBER: 'member'>] = ChatMemberStatus.MEMBER, user: ~aiogram.types.user.User, **extra_data: ~typing.Any)[source]#

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

Source: https://core.telegram.org/bots/api#chatmembermember

status: Literal[ChatMemberStatus.MEMBER]#

The member’s status in the chat, always ‘member’

user: User#

Information about the user