peyk.platforms.telegram.types.community_chat_joined¶
Classes
|
CommunityChatJoined Telegram Bot API type. |
- class peyk.platforms.telegram.types.community_chat_joined.CommunityChatJoined(chat_id: int = 0, community: Community | None = None)[source]¶
Bases:
objectCommunityChatJoined Telegram Bot API type.
- chat_id: int = 0¶
- 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.