Class TdApi.ReadAllChatMentions

Enclosing class:
TdApi

public static class TdApi.ReadAllChatMentions
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details