Link Search Menu Expand Document

Method: messages.getEmojiGroups

Back to methods index

Represents a list of emoji categories, to be used when selecting custom emojis.

Parameters:

NameTypeDescriptionRequired
hashArray of long|stringOptional

Return type: messages.EmojiGroups

Can bots use this method: NO

MadelineProto Example (now async for huge speed and parallelism!):

if (!file_exists('madeline.php')) {
    copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';

$MadelineProto = new \danog\MadelineProto\API('session.madeline');
$MadelineProto->start();

$messages_EmojiGroups = $MadelineProto->messages->getEmojiGroups(hash: [$long\|string, $long\|string], );