Module tdlight.api

Class TdApi.UpdateChatOnlineMemberCount

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

public static final class TdApi.UpdateChatOnlineMemberCount extends TdApi.Update
The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats. There is no guarantee that it will be sent just after the number of online users has changed.
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat.
    • onlineMemberCount

      public int onlineMemberCount
      New number of online members in the chat, or 0 if unknown.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateChatOnlineMemberCount

      public UpdateChatOnlineMemberCount()
      The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats. There is no guarantee that it will be sent just after the number of online users has changed.
    • UpdateChatOnlineMemberCount

      public UpdateChatOnlineMemberCount(long chatId, int onlineMemberCount)
      The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats. There is no guarantee that it will be sent just after the number of online users has changed.
      Parameters:
      chatId - long Identifier of the chat.
      onlineMemberCount - int New number of online members in the chat, or 0 if unknown.
    • UpdateChatOnlineMemberCount

      public UpdateChatOnlineMemberCount(DataInput input) throws IOException
      The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats. There is no guarantee that it will be sent just after the number of online users has changed.
      Throws:
      IOException
  • Method Details