peyk.platforms.telegram.types.community_chat_removed

Classes

CommunityChatRemoved([chat_id])

CommunityChatRemoved Telegram Bot API type.

class peyk.platforms.telegram.types.community_chat_removed.CommunityChatRemoved(chat_id: int = 0)[source]

Bases: object

CommunityChatRemoved Telegram Bot API type.

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

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.