Module tdlight.api

Class TdApi.UpdateMessageMentionRead

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageMentionRead
Enclosing class:
TdApi

public static final class TdApi.UpdateMessageMentionRead extends TdApi.Update
A message with an unread mention was read.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • unreadMentionCount

      public int unreadMentionCount
      The new number of unread mention messages left in the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateMessageMentionRead

      public UpdateMessageMentionRead()
      A message with an unread mention was read.
    • UpdateMessageMentionRead

      public UpdateMessageMentionRead(long chatId, long messageId, int unreadMentionCount)
      A message with an unread mention was read.
      Parameters:
      chatId - long Chat identifier.
      messageId - long Message identifier.
      unreadMentionCount - int The new number of unread mention messages left in the chat.
    • UpdateMessageMentionRead

      public UpdateMessageMentionRead(DataInput input) throws IOException
      A message with an unread mention was read.
      Throws:
      IOException
  • Method Details