• Set an emoji status for the current user

    Parameters

    • client: ITelegramClient
    • emoji: null | Long
    • Optionalparams: { until?: number | Date }
      • Optionaluntil?: number | Date

        Date when the emoji status should expire (only if emoji is not null)

    Returns Promise<void>

    – use setEmojiStatus with self instead