• Set an emoji status for the current user

    Parameters

    • client: ITelegramClient
    • emoji: null | Long

      Custom emoji ID or null to remove the emoji

    • Optionalparams: {
          until?: number | Date;
      }
      • Optionaluntil?: number | Date

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

    Returns Promise<void>