Interface ChatActionWatchingAnimations

The user is watching animations sent by the other party by clicking on an animated emoji. Subtype of ChatAction.

interface ChatActionWatchingAnimations {
    @type: "chatActionWatchingAnimations";
    emoji: string;
}

Properties

Properties

@type: "chatActionWatchingAnimations"
emoji: string

The animated emoji.