mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 13:26:55 +01:00
741 B
741 B
title | description |
---|---|
chatMemberStatusMember | User is a member of the chat, but have no any additional privileges |
Constructor: chatMemberStatusMember
User is a member of the chat, but have no any additional privileges
Attributes:
Name | Type | Required | Description |
---|
Type: ChatMemberStatus
Example:
$chatMemberStatusMember = ['_' => 'chatMemberStatusMember'];
PWRTelegram json-encoded version:
{"_": "chatMemberStatusMember"}
Or, if you're into Lua:
chatMemberStatusMember={_='chatMemberStatusMember'}