Class FulfillRequestedUploadRequestException.UserNotMemberOfChat

    • Constructor Detail

      • UserNotMemberOfChat

        public UserNotMemberOfChat​(IUser user,
                                   FormRecordChat chat,
                                   FormRecordMessageUploadRequest uploadRequest)
        Constructs a new exception indicating that the user is not a member of the chat containing the message with the upload request.
        Parameters:
        user - The user who is not a member of the chat.
        chat - The chat that the user is not a member of.
        uploadRequest - The upload request that the user is trying to fulfill.
    • Method Detail

      • chat

        public FormRecordChat chat()
        The chat that the user is not a member of.
        Returns:
        The chat that the user is not a member of.
      • uploadRequest

        public FormRecordMessageUploadRequest uploadRequest()
        The upload request that the user is trying to fulfill.
        Returns:
        The upload request that the user is trying to fulfill.
      • user

        public IUser user()
        The user who is not a member of the chat.
        Returns:
        The user who is not a member of the chat.