Documentation - v0.32.2
    Preparing search index...

    Function readReactions

    • Mark all reactions in chat as read.

      Parameters

      • client: ITelegramClient
      • chatId: InputPeerLike

        Chat ID

      • Optionalparams: { shouldDispatch?: true; topicId?: number; topicPeer?: InputPeerLike }
        • OptionalshouldDispatch?: true

          Whether to dispatch updates that will be generated by this call. Doesn't follow disableNoDispatch

        • OptionaltopicId?: number

          For forums - read reactions only in the given topic

        • OptionaltopicPeer?: InputPeerLike

          For saved messages and monoforums (channel direct messages), peer identifying the topic to read reactions in

      Returns Promise<void>