Module tdlight.api

Class TdApi.UpdateChatPendingJoinRequests

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

public static final class TdApi.UpdateChatPendingJoinRequests extends TdApi.Update
The chat pending join requests were changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • pendingJoinRequests

      public TdApi.ChatJoinRequestsInfo pendingJoinRequests
      The new data about pending join requests; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateChatPendingJoinRequests

      public UpdateChatPendingJoinRequests()
      The chat pending join requests were changed.
    • UpdateChatPendingJoinRequests

      public UpdateChatPendingJoinRequests(long chatId, TdApi.ChatJoinRequestsInfo pendingJoinRequests)
      The chat pending join requests were changed.
      Parameters:
      chatId - long Chat identifier.
      pendingJoinRequests - ChatJoinRequestsInfo The new data about pending join requests; may be null.
    • UpdateChatPendingJoinRequests

      public UpdateChatPendingJoinRequests(DataInput input) throws IOException
      The chat pending join requests were changed.
      Throws:
      IOException
  • Method Details