Raw.messages.EmojiGroups
Represents a list of emoji categories.
messages.emojiGroups#881fb94b hash:int groups:Vector<EmojiGroup> = messages.EmojiGroups;
export namespace Raw {
export namespace messages {
export class EmojiGroups {
constructor(params: { hash: number; groups: Array<Raw.TypeEmojiGroup> }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x881fb94b
Property
hash
: numberHash used for caching, for more info click here
groups
: Array of Raw.TypeEmojiGroupA list of emoji categories.