Layer 227
WebPageAttributeAiComposeTone
Webpage attribute attached to a web Page of type telegram_aicomposetone, generated when previewing a shared AI composer tone via an AI compose tone link.
constructor
webPageAttributeAiComposeTone#7781fe18 emoji_id:long = WebPageAttribute;
Parameters
| Name | Type | Description |
|---|---|---|
| EmojiId | long | Custom emoji ID of the tone's icon |
Returns
WebPageAttributeGogram Example
// Creating WebPageAttributeAiComposeTone constructor obj := &tg.WebPageAttributeAiComposeTone{ EmojiId: int64(1234567890), }