Skip to content

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

ParameterType
payloadTelegramCommunityChatJoined

Returns

CommunityChatJoined

Properties

PropertyTypeDefined in
payloadTelegramCommunityChatJoinedcontexts/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.

Returns

Community