MadelineProto/docs/TD_docs/constructors/chatMember.md

27 lines
942 B
Markdown
Raw Normal View History

---
title: chatMember
2017-08-25 15:05:53 +02:00
description: User with information about its chat joining/leaving
---
## Constructor: chatMember
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
User with information about its chat joining/leaving
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|user\_id|[int](../types/int.md) | Yes|User identifier of the chat member|
2017-08-25 15:05:53 +02:00
|inviter\_user\_id|[int](../types/int.md) | Yes|Identifier of a user invited/promoted/banned this member in the chat, 0 if unknown|
|join\_date|[int](../types/int.md) | Yes|Date the user has joined a chat, unix time|
|status|[ChatMemberStatus](../types/ChatMemberStatus.md) | Yes|Status of the member in the chat|
2017-09-29 15:50:59 +02:00
|bot\_info|[botInfo](../constructors/botInfo.md) | Yes|Information about bot if user is a bot, nullable. Can be null even for bot if bot is not a chat member|
### Type: [ChatMember](../types/ChatMember.md)