• Get users who have reacted to the message.

    Parameters

    • client: ITelegramClient
    • params: InputMessageId & {
          emoji?: InputReaction | undefined;
          limit?: number;
          offset?: string;
      }
      • Optionalemoji?: InputReaction | undefined

        Get only reactions with the specified emoji

      • Optionallimit?: number

        Limit the number of users returned.

        100
        
      • Optionaloffset?: string

        Offset for pagination

    Returns Promise<ArrayPaginated<PeerReaction, GetReactionUsersOffset>>