EmojiURL
- class pyrogram.raw.types.EmojiURL
An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation
Constructor of
EmojiURL.- Details:
Layer:
223ID:
A575739D
- Parameters:
url (
str) – An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation
- Functions:
This object can be returned by 1 function.
Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords ».
TL Schema
emojiURL#a575739d
url:string
= EmojiURL
Parameter Tree
EmojiURL
└── url →
stringExample
EmojiURL(
url="https://google.com",
)