Layer 224
constructor
sendMessageEmojiInteractionSeen#b665902e emoticon:string = SendMessageAction;

Parameters

Name Type Description
Emoticon string Emoji

Gogram Example

// Creating SendMessageEmojiInteractionSeen constructor
obj := &tg.SendMessageEmojiInteractionSeen{
    Emoticon: "Hello, World!",
}