Raw.EmojiGroupPremium

Raw.EmojiGroupPremium

An emoji category, used to select all premium-only stickers (i.e. those with a premium effect )/premium-only custom emojis (i.e. those where the documentattributecustomemoji.free flag is not set)

emojiGroupPremium#93bcf34 title:string icon_emoji_id:long = EmojiGroup;
export namespace Raw {
  export class EmojiGroupPremium {
    constructor(params: { title: string; iconEmojiId: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x93bcf34

Property

  • title : string

    Category name, i.e. “animals”, “flags”, “faces” and so on…

  • iconEmojiId : bigint

    A single custom emoji used as preview for the category.