Link Search Menu Expand Document

Method: messages.getEmojiStatusGroups

Back to methods index

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

Parameters:

NameTypeDescriptionRequired
hashArray of longOptional

Return type: messages.EmojiGroups

Can bots use this method: YES

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->getEmojiStatusGroups(hash: [$long, $long], );