GramIO API Reference / @gramio/contexts/dist / CommunityChatJoined
Class: CommunityChatJoined
Defined in: contexts/index.d.ts:2590
A service event describing a chat joining an existing community.
Constructors
Constructor
new CommunityChatJoined(
payload):CommunityChatJoined
Defined in: contexts/index.d.ts:2592
Parameters
| Parameter | Type |
|---|---|
payload | TelegramCommunityChatJoined |
Returns
CommunityChatJoined
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramCommunityChatJoined | contexts/index.d.ts:2591 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:2593
Returns
string
community
Get Signature
get community():
Community
Defined in: contexts/index.d.ts:2595
The community from which the chat was joined.