peyk.platforms.telegram.types.chat_member¶
T5 tagged union for Telegram chat-member responses.
Functions
|
Provides the parse chat member operation for the Telegram integration. |
- peyk.platforms.telegram.types.chat_member.parse_chat_member(data: dict | None) ChatMemberOwner | ChatMemberAdministrator | ChatMemberMember | ChatMemberRestricted | ChatMemberLeft | ChatMemberBanned | None[source]¶
Provides the parse chat member operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.