peyk.platforms.telegram.types.reaction_type_emoji

Classes

ReactionTypeEmoji([type, emoji])

The reaction is based on an emoji.

class peyk.platforms.telegram.types.reaction_type_emoji.ReactionTypeEmoji(type: str = 'emoji', emoji: str = '')[source]

Bases: object

The reaction is based on an emoji.

Variables:
  • type (str) – Type of the reaction, always ‘emoji’

  • emoji (str) – Reaction emoji. Currently, it can be one of “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”, “”.

type: str = 'emoji'
emoji: str = ''
classmethod from_dict(data: dict | None) ReactionTypeEmoji | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.