Class TdApi.UpdateNewChatJoinRequest

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateNewChatJoinRequest
    extends TdApi.Update
    A user sent a join request to a chat; for bots only.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • inviteLink

        public TdApi.ChatInviteLink inviteLink
        The invite link, which was used to send join request; may be null.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateNewChatJoinRequest

        public UpdateNewChatJoinRequest()
        A user sent a join request to a chat; for bots only.
      • UpdateNewChatJoinRequest

        public UpdateNewChatJoinRequest​(long chatId,
                                        TdApi.ChatJoinRequest request,
                                        TdApi.ChatInviteLink inviteLink)
        A user sent a join request to a chat; for bots only.
        Parameters:
        chatId - Chat identifier.
        request - Join request.
        inviteLink - The invite link, which was used to send join request; may be null.