Module tdlight.api

Class TdApi.ReadAllChatMentions

Enclosing class:
TdApi

public static final class TdApi.ReadAllChatMentions extends TdApi.Function<TdApi.Ok>
Marks all mentions in a chat as read. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ReadAllChatMentions

      public ReadAllChatMentions()
      Marks all mentions in a chat as read. Returns Ok
    • ReadAllChatMentions

      public ReadAllChatMentions(long chatId)
      Marks all mentions in a chat as read. Returns Ok
      Parameters:
      chatId - long Chat identifier.
    • ReadAllChatMentions

      public ReadAllChatMentions(DataInput input) throws IOException
      Marks all mentions in a chat as read. Returns Ok
      Throws:
      IOException
  • Method Details