messages.GetEmojiURL
- class pyrogram.raw.functions.messages.GetEmojiURL
Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords ». The URL will be valid for 30 seconds after generation.
- Details:
Layer:
223ID:
D5B10C26
- Parameters:
lang_code (
str) – Language code for which the emoji keywords will be suggested- Returns:
TL Schema
messages.getEmojiURL#d5b10c26
lang_code:string
= EmojiURL
Parameter Tree
GetEmojiURL
└── lang_code →
stringExample
await app.invoke(
GetEmojiURL(
lang_code="text",
)
)