peyk.platforms.telegram.types.community_chat_joined

Classes

CommunityChatJoined([chat_id, community])

CommunityChatJoined Telegram Bot API type.

class peyk.platforms.telegram.types.community_chat_joined.CommunityChatJoined(chat_id: int = 0, community: Community | None = None)[source]

Bases: object

CommunityChatJoined Telegram Bot API type.

chat_id: int = 0
community: Community | None = None
classmethod from_dict(data: dict | None) CommunityChatJoined | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.